home *** CD-ROM | disk | FTP | other *** search
/ Games People Play 2 / Armorwares Games People Play.iso / dosgames / daymare1 / install.bat < prev    next >
Encoding:
DOS Batch File  |  1992-09-08  |  393 b   |  14 lines

  1. @echo off
  2. echo This program creates a directory called "DAYMARE1" on drive C.
  3. echo The program then copy the files into that directory.
  4. pause
  5. md c:\daymare1
  6. copy *.dat c:\daymare1
  7. copy *.doc c:\daymare1
  8. copy daymare1.exe c:\daymare1
  9. c:
  10. cd c:\daymare1
  11. echo Documentation is in a file called "README.DOC".
  12. echo To start the game type in "DAYMARE1" and press the enter key.
  13. @echo on
  14.